---
title: Add-ShadcnUI-TS
sortNum: 1002
---
### Add-ShadcnUI-TS
To existing next app, Shadcn UI add (button, input, skeleton, dropdown), darkmode
### Executed commands
```bash
npx shadcn-ui@latest init -y
npx shadcn-ui@latest add button -y
npx shadcn-ui@latest add input -y
npx shadcn-ui@latest add skeleton -y
npx shadcn-ui@latest add dropdown-menu -y
npm i next-themes
npx strapup paste next-shad-darkmode ./
```
